home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / SYMC.C < prev    next >
C/C++ Source or Header  |  1997-06-07  |  2KB  |  112 lines

  1. /* (c) R&D Associates 1992-1997.
  2.     All Rights Reserved.
  3.  
  4.     For Symantec 6.1 or higher. (C only)
  5.  
  6.     Build symc.clb using:
  7.  
  8.         clint symc.cpp -L+symc.clb -I. %1 %2 %3 -3- -KB0 -Ab0 -An0 -Ah0 -Ai0
  9.  
  10. */
  11.  
  12. /* Force correct stuff even if the wrong compiler is specified. */
  13.  
  14. #undef __TURBOC__
  15. #undef __BORLANDC__
  16. #undef __SC__
  17. #undef __ZTC__
  18. #undef zpage
  19. #undef no_init
  20. #undef monitor
  21. #undef non_banked
  22. #undef _handle
  23. #undef selector
  24. #undef _SIZEOF_INT
  25. #undef _SIZEOF_LONG
  26. #undef __TID__
  27. #undef MSC_VER
  28. #undef WIN32_LEAN_AND_MEAN
  29. #undef __FLAT__
  30. #undef __WIN32__
  31. #undef _WIN32
  32. #undef M_I86
  33. #undef _M_IX86
  34. #undef __declspec
  35. #undef __inline
  36. #undef __int64
  37. #undef __unaligned
  38.  
  39.  
  40. #pragma lint -w-tni
  41. #pragma lint -w-tns
  42. #pragma lint -w-rtm
  43.  
  44. #define __SC__            0x300
  45. #define __nan            0.0
  46. #define M_I86
  47. #define __ZTC__            0x210
  48.  
  49.  
  50. #include "windows.h"
  51. #include "alloc.h"
  52. #include "assert.h"
  53. #include "bios.h"
  54. #include "cderr.h"
  55. #include "cerror.h"
  56. #include "clib.h"
  57. #include "commdlg.h"
  58. #include "conio.h"
  59. #include "controlc.h"
  60. #include "ctype.h"
  61. #include "custcntl.h"
  62. #include "dde.h"
  63. #include "ddeml.h"
  64. #include "dir.h"
  65. #include "disp.h"
  66. #include "dlgs.h"
  67. #include "dos.h"
  68. #include "dpmi.h"
  69. #include "drivinit.h"
  70. #include "emm.h"
  71. #include "errno.h"
  72. #include "exitstat.h"
  73. #include "fcntl.h"
  74. #include "float.h"
  75. #include "fltenv.h"
  76. #include "fltpnt.h"
  77. #include "handle.h"
  78. #include "hugeptr.h"
  79. #include "int.h"
  80. #include "io.h"
  81. #include "limits.h"
  82. #include "locale.h"
  83. #include "lzexpand.h"
  84. #include "malloc.h"
  85. #include "math.h"
  86. #include "med.h"
  87. #include "medw.h"
  88. #include "mem.h"
  89. #include "memory.h"
  90. #include "mmsystem.h"
  91. #include "msmouse.h"
  92. #include "ole.h"
  93. #include "page.h"
  94. #include "process.h"
  95. #include "search.h"
  96. #include "share.h"
  97. #include "shellapi.h"
  98. #include "signal.h"
  99. #include "sound.h"
  100. #include "stdarg.h"
  101. #include "stddef.h"
  102. #include "swap.h"
  103. #include "tabsize.h"
  104. #include "termio.h"
  105. #include "time.h"
  106. #include "tsr.h"
  107. #include "unmangle.h"
  108. #include "winc.h"
  109. #include "windowsx.h"
  110.  
  111. /* End of file. */
  112.